tools/build: Remove bpf() run-time check at build time
authorBen Hutchings <ben@decadent.org.uk>
Sun, 21 Feb 2016 15:33:15 +0000 (15:33 +0000)
committerSalvatore Bonaccorso <carnil@debian.org>
Thu, 9 Jun 2022 21:37:36 +0000 (22:37 +0100)
commit67d1c2e01deacf62774e335903821f0476ddb8b9
tree8bfa6e03a25e6979cf1e97a52c6243d0a63fb0b2
parenta17b67bbb34c1ff5f425cca8744bdd2e8a96200e
tools/build: Remove bpf() run-time check at build time

Forwarded: no

It is not correct to test that a syscall works on the build system's
kernel.  We might be building on an earlier kernel version or with
security restrictions that block bpf().

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name tools-build-remove-bpf-run-time-check-at-build-time.patch
tools/build/feature/test-bpf.c